home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / NotePads / MemoPad / Source / English.lproj / infoPanel.nib / data.classes next >
Encoding:
Text File  |  1993-08-18  |  312 b   |  25 lines

  1. MyPanel = {
  2.     SUPERCLASS = Panel;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. MyObject = {
  10.     ACTIONS = {
  11.     loadPad:;
  12.     savePad:;
  13.     appWillTerminate:;
  14.     flipData:;
  15.     appDidInit:;
  16.     ShowInfoPanel:;
  17.     };
  18.     OUTLETS = {
  19.     pad;
  20.     infoPanel;
  21.     dataStatus;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.